home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / database / iris128.arj / GO-IRIS.BAT < prev    next >
DOS Batch File  |  1990-09-10  |  3KB  |  84 lines

  1. ECHO OFF
  2. CLS
  3. REM  GO-IRIS.BAT  Copyright (c)  1989,1990  Ted Husted
  4. REM  Please! Do NOT alter this file!
  5. BREAK ON
  6. ECHO Hello. These files need to be on your distribution disk:
  7. ECHO ────────────────────────────────────────────────────────
  8. ECHO   go-iris.BAT   .. This batch file.
  9. ECHO   ────────────
  10. ECHO   iris.TXT      .. A plain-text program description.
  11. ECHO   ────────────
  12. ECHO   iris.EXE      .. The main program file.
  13. ECHO   iris.MSG      .. A necessary utility file.
  14. ECHO   ────────────
  15. ECHO   iris-doc.PGE  .. A tutorial about electronic books.
  16. ECHO   ────────────
  17. ECHO   iris-reg.     .. The Iris/Prism registration form.
  18. ECHO ────────────────────────────────────────────────────────
  19. ECHO ·
  20. ECHO If any of these appear missing, they will be listed
  21. ECHO after you strike a key.
  22. ECHO ·
  23. ECHO Notice: If you are not "logged on" to the distribution
  24. ECHO ------  disk, the following list may not be accurate.
  25. ECHO ·
  26. PAUSE
  27. CLS
  28. FOR %%a IN (GO-IRIS.BAT) DO IF NOT EXIST %%a ECHO %%a is not found.
  29. ECHO ·
  30. FOR %%a IN (IRIS.EXE IRIS.MSG)  DO IF NOT EXIST %%a ECHO %%a is not found.
  31. ECHO ·
  32. FOR %%a IN (IRIS-DOC.PGE) DO IF NOT EXIST %%a ECHO %%a is not found.
  33. ECHO ·
  34. FOR %%a IN (IRIS-REG IRIS.TXT) DO IF NOT EXIST %%a ECHO %%a is not found.
  35. ECHO ·
  36. ECHO Done with all files.
  37. ECHO ·
  38. ECHO If any files were "not found", check for them on your
  39. ECHO distribution disk and/or contact your distributor.
  40. ECHO ·
  41. ECHO (There will also be other files on your disk as well. A description
  42. ECHO  of every file on the disk is in the -Iris-.Dir text file.)
  43. ECHO ·
  44. ECHO Press "[Control][C]" to quit now or
  45. PAUSE
  46. CLS
  47. IF EXIST SHOW.EXE SHOW IRIS.TXT
  48. CLS
  49. ECHO ·
  50. ECHO Minimum program requirements:
  51. ECHO ────────────────────────────────
  52. ECHO ·
  53. ECHO ■ IBM PC or equivalent.
  54. ECHO ■ 256K of available memory.
  55. ECHO ■ A floppy disk drive.
  56. ECHO ■ MS dos 2.1 or equivalent.
  57. ECHO ■ A color or monochrome monitor.
  58. ECHO ·
  59. ECHO ·
  60. ECHO ·
  61. ECHO   Iris is a copyrighted program being distributed as shareware.
  62. ECHO ·
  63. ECHO        If you like Iris, send a $8.00 registration fee to
  64. ECHO       UserWare, 4 Falcon Lane East, Fairport NY 14450-3312.
  65. ECHO ·
  66. ECHO In return, we will send you a "personalized" copy of Iris, and new
  67. ECHO catalogs of pre-written electronic books, as they become available.
  68. ECHO ·
  69. ECHO        We will now try to load Iris. We hope you like it.
  70. ECHO        We recommend you read the  Iris-doc  book first! 
  71. ECHO ·                                  ════════
  72. PAUSE
  73. IF EXIST IRIS.EXE IRIS
  74. PAUSE
  75. ECHO ·
  76. ECHO To use Iris again, just type  Iris  at your dos prompt.
  77. ECHO You do not have to run the Go-Iris batch file each time.
  78. ECHO ·
  79. ECHO You will now be given a chance to print the registration form.
  80. ECHO ·
  81. PAUSE
  82. IF EXIST IRIS-REG.BAT IRIS-REG
  83. 
  84.